/* 2025-4 HLP */
:root{--my-color:#0072d4;}

/* 滚动条样式 */
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{background:var(--my-color);height:60px;border-radius: 8px;}
::-webkit-scrollbar-thumb:window-inactive{background:var(--my-color)}
::-webkit-scrollbar-thumb:vertical:hover{background:var(--my-color)}

/* 字体 */
@font-face{font-family: 'MiSans-Demibold';src: url("../fonts/MiSans-Demibold.ttf");font-weight: normal;font-style: normal;}

/* css reset start */
body{font-family:'microsoft yahei',"Helvetica Neue",Helvetica,Arial;color:#000;width:100%;min-width:320px;font-size:14px;word-break:break-word;overflow-x:hidden}
body,input,textarea,button{font-family:'microsoft yahei',"Helvetica Neue",Helvetica,Arial;}
textarea{resize:none}
textarea{resize:none}
a{text-decoration:none;color:#000;}
a:hover{color:var(--my-color)}
.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.img{width:100%;overflow:hidden;position:relative;-webkit-transition:all .5s;transition:all .5s}
.img img{display:block;width:100%;-webkit-transition:all .5s;transition:all .5s}
.zoomImg:before{content: "";position: absolute;top: 0;left: -90%;z-index: 2;display: block;width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);-webkit-transition: all 0.75s;transition: all 0.75s;}
a:hover .zoomImg>img,
.zoomImg:hover>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
a:hover .zoomImg:before,
.zoomImg:hover:before{left:125%;}
.fixedBg{background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fl{float:left}
.fr{float:right}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{border:none;outline:0}
a.swiper-slide{display:block}
.wrapper{min-height:70vh;}
.inside-main{position: relative;width:100%;overflow: hidden;padding:50px 0;}
.gotop{width:30px;height:30px;position:fixed;bottom:0;right:15px;background:var(--my-color);border-radius: 50%;overflow: hidden;z-index:100;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);opacity: 0;}
.gotop>.icon{position: absolute;left:0;top:0;display: block;width:100%;height:100%;border-radius: 50%;transform: rotate(-90deg);transform-origin: center;display: flex;justify-content: center;align-items: center;font-style: normal;transition: all .2s;}
.gotop>.icon:after{content: 'next';font-family: 'swiper-icons';color:#fff;font-size:12px;transform: scale(0.6);transform-origin: center;text-transform: none;}
.gotop>.icon-2{left:0;top:100%;background:var(--my-color);}
.gotop.on{bottom:50px;opacity: 1;}
.gotop:hover{box-shadow: 1px 2px 3px rgb(0,0,0,0.16);}
.gotop:hover>.icon-1{top:-100%;}
.gotop:hover>.icon-2{top:0;}
.gotop-btn{cursor:pointer;}
.InfoContent{line-height:1.74}
.line-height-2{line-height: 2.5;}
.InfoContent img{display:inline-block;max-width:100%}
.InfoContent video{display:block;width:100%;margin:0 auto}
.InfoContent p{margin:0;/* text-align:justify;text-justify: distribute-all-lines; */}
.colorWhite{color:#fff;}
.colorWhite a{color:#fff;}
body{padding-top:60px;}
.href{display: block;}
.hrefAnchor{position: absolute;top:-60px;}
@media (min-width:576px) and (max-width:767px) {
	.container{max-width: none;}
}
@media (max-width:767px){
	.PC-show{display:none!important}
	.container{padding-left:15px;padding-right:15px}
}
@media (min-width:768px){
	body{padding-top:80px;}
	.inside-main{padding:60px 0;}
	.container{padding-left:0;padding-right:0}
	.Min-show{display:none!important}
	.InfoContent{font-size:16px;}
	.hrefAnchor{top:-80px;}
	.gotop{display: none!important;}
}
@media (min-width:1400px){
	body{padding-top:100px;}
	.bodyPadding.body{padding-top:80px;}
	.container{max-width:1200px;}
	.inside-main{padding:70px 0;}
	
	.font-20{font-size:18px;}
}
@media (min-width:1600px){
	.container{max-width:1400px;}
	.max-1200{max-width:1200px;}
	.font-20{font-size:20px;}
}


/* 导航 */
.header .navbar{padding:0;background-color:#fff;box-shadow: 0 2px 4px rgba(0,0,0,.15);transition: all 0.5s;}
.header .navbar-brand{padding:0;display: flex;align-items: center;margin-right:0;}
.navbar-brand .navbar-brand-logo{padding:0;}
.navbar-brand .navbar-brand-item{display:block;height:60px;margin:0 auto;transition: all .5s;}

.header .nav-link{position:relative;font-size:14px;color:#000;line-height:30px;transition:all .5s}
.header .active .nav-link,.header .nav-link:hover{color:var(--my-color);}
.header .nav-item>.dropdown-toggle{display:none}
.header .nav-link:after{content:'';position:absolute;width:100%;height:0;background:var(--my-color);left:0;bottom:0;transition:all .5s}
.header .nav-item.active>.nav-link:after,
.header .nav-link:hover:after{height:3px}
.header .navbar-toggler{padding:0;border:none;width:30px;height:30px;position: absolute;right:0;top:15px;}
.header .navbar-toggler:focus{box-shadow:none}
.header .navbar-toggler .icon-bar{width:30px;height:2px;background-color:#012675;display:block;position:relative;transition:all .3s}
.header .navbar-toggler .icon-bar+.icon-bar{margin-top:6px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);top:4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(2){display:none}

.top-website>.navlinks{display: flex;}
.top-website>.navlinks>a{display: block;padding:0 8px;line-height: 30px;color:#fff;background: #012675;font-size:16px;}
.top-website>.navlinks>a + a{margin-left:10px;}

/* 二级导航 */
.navbar-nav .dropdown-menu{position: absolute;width:100%;left:1;overflow:hidden;border-radius:0;padding:0;margin:0;box-shadow:none;background:#fff;border:none;border-top:1px solid #dadada;}
.navbar-nav .dropdown-menu ul{list-style: none;margin:0 -15px;padding:0;white-space: nowrap;}
.navbar-nav .dropdown-menu ul>li{padding-left:15px;padding-right:15px;}
.navbar-nav .dropdown-menu ul a{display:block;position:relative;color:#222;font-size:14px;line-height:45px;transition:all .3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.navbar-nav .dropdown-menu ul a::after{content:'next';position: absolute;right:20px;top:50%;transform: translateY(-50%);font-weight: lighter;line-height:1;font-size:14px;font-family: swiper-icons;}
.navbar-nav .dropdown-menu ul a:focus,
.navbar-nav .dropdown-menu ul a:hover{color:#fff;background:var(--my-color);}

.nav-mask{position: fixed;width:100%;height:100%;left:0;top:0;z-index: 1029;display: none;opacity: 0;visibility: hidden;}
.dropdown-menu-title{font-size:20px;margin-bottom:15px;padding-left:15px;line-height:25px;}
@media (max-width:991px){
	.top-website{position: absolute;top:25px;right:50px;}
	
	.openNavbar.header .navbar{background:#fff;}
	.navbar>.container{position: relative;}
	.header .nav-link{border-bottom:1px solid #dbdbdb}
	.header .nav-item.active>.nav-link:after, .header .nav-link:hover:after{bottom:-1px;}
	.nav-mask.active{display: block;background:rgba(0,0,0,0.3);opacity: 1;visibility: visible;}
	
	/* 二级导航 */
	.dropdown-phmenu-top{position: fixed;left:0;top:0;right:0;padding:0 15px;border-bottom:1px solid rgba(0,0,0,0.15);background:#fff;z-index: 3;}
	.dropdown-phmenu-close{width:50px;line-height: 48px;position: absolute;left:0;top:0;left:15px;padding-left:15px;cursor: pointer;}
	.dropdown-phmenu-close::before{content: 'prev';position:absolute;left:0;top:0;bottom:0;width:10px;font-size:14px;font-family: swiper-icons;}
	.dropdown-menu-title{line-height: 48px;text-align: center;margin:0;font-size:16px;}
	.navbar-nav>.nav-item{position: relative;}
	.navbar-nav .dropdown-menu .container{padding-left:0;padding-right:0;}
	.header .nav-item>.dropdown-toggle{display: block;}
	.navbar-nav>li>i{position:absolute;width:50%;height:47px;right:0;top:0;display:block;z-index:2;cursor:pointer;font-style: normal;}
	.navbar-nav>li>i:before{content:'next';position:absolute;width:6px;line-height:1;transition:all .3s;right:3px;top:50%;margin-top:-7px;font-size:14px;font-family: swiper-icons;}
	.navbar-nav>li>i:after{display: none;}
	.navbar-nav>li>i.show:before{}
	
	.navbar-nav .dropdown-menu{position: fixed;padding:0;border-radius: 0;background:#fff;width:100%;height:100%;left:0;top:0;overflow-x: hidden;overflow-y: auto;padding-top:49px;border:none;}
	.navbar-nav .dropdown-menu::-webkit-scrollbar{width:3px;height:3px}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-track{background:#efefef}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb{background:#c2c2c2;height:60px;border-radius: 6px;}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:window-inactive{background:#c2c2c2}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:vertical:hover{background:#c2c2c2}
	.navbar-nav .dropdown-menu-inner .container{width:100%;max-width:100%;padding:0;}
	.navbar-nav .dropdown-menu ul{margin:0;padding:15px;}
	.navbar-nav .dropdown-menu ul>li{padding:0;}
	.navbar-nav .dropdown-menu ul a{padding:0;line-height: 40px;border-bottom:1px solid rgba(0,0,0,0.1);}
	.navbar-nav .dropdown-menu ul a::after{right:15px;}
	.navbar-nav .dropdown-menu ul a:focus, .navbar-nav .dropdown-menu ul a:hover{padding-left:15px;}
}
@media (max-width:991px){
	.header .navbar-collapse{max-width:720px;}
}
@media (max-width:767px){
	.header .navbar-toggler{right:15px;}
	.header .navbar-collapse{max-height:calc(100vh - 60px);height:calc(100vh - 60px);}
	.navbar-brand .navbar-brand-item{height:60px;}
	
	.top-website{top:15px;right:60px;}
	
}
@media (min-width:768px){
	.navbar-brand .navbar-brand-item{height:80px;}
	.header .navbar-toggler{top:25px;}
	.header .nav-link{font-size:16px;}
	
	.top-website>.navlinks>a + a{margin-left:20px;}
}
@media (min-width:992px){
	.nav-mask,
	.dropdown-phmenu-top,
	.dropdown-phmenu-close{display: none;}
	.header .nav-item+.nav-item{margin-left:12px}
	.header .navbar-nav .nav-link{font-size:16px;padding:25px 10px;}

	.navbar-nav .dropdown-menu{padding:0;min-width:160px;left:50%;transform: translateX(-50%);box-shadow: 0 2px 5px rgba(0,0,0,0.15);}
	.navbar-nav .dropdown-menu ul a{padding:0 20px;}

	.English .navbar-nav .dropdown-menu{min-width:210px;}

	.bodyPadding .navbar-brand .navbar-brand-item{height:80px;}
	.bodyPadding .header .navbar-nav .nav-link{padding-top:25px;padding-bottom:25px;}


	.header-transparent .navbar{background:transparent;box-shadow: none;}
	.header-transparent .navbar-nav .nav-link{color:#fff;}
	.header-transparent .nav-link:after{background:#fff;}
	.header-transparent:hover .navbar{background-color:#fff;box-shadow: 0 2px 4px rgba(0,0,0,.15);}
	.header-transparent:hover .navbar-nav .nav-link{color:inherit;}
	.header-transparent:hover .nav-link:after{background:var(--my-color);}

	.bodyPadding .navbar{background-color:#fff;box-shadow: 0 2px 4px rgba(0,0,0,.15);}
	.bodyPadding .navbar-nav .nav-link{color:inherit;}
	.bodyPadding .nav-link:after{background:var(--my-color);}
}
@media (min-width:1200px){
	.header .navbar-nav .nav-link{font-size:18px;padding:25px 15px;}
	.navbar-nav .dropdown-menu ul a{font-size:16px;}
}
@media (min-width:1400px){
	.navbar-brand .navbar-brand-item{height:100px;}
	.header .navbar-nav .nav-link{padding:35px 20px;}
}
@media (min-width:1600px){
	.header .nav-item+.nav-item{margin-left:40px}
}


/* 侧栏 */
.sideShangQiao{position: fixed;right:10px;top:50%;transform: translate(0,-50%);z-index: 1029;transition: all 0.5s;}
.sideShangQiao.on{right:-30px;}
.sideShangQiao>.inner{position: relative;}
.sideShangQiao ul{list-style: none;margin:0;padding:0;}
.sideShangQiao ul>li{background:#d0d6d9;margin-bottom:4px;position: relative;}
.sideShangQiao .s-box{position: relative;width:50px;height:50px;overflow: hidden;}
.sideShangQiao .div-icon{width:100%;height:100%;padding:5px;transition: all 0.5s;}
.sideShangQiao .div-icon>svg{width:100%;height:100%;}
.sideShangQiao .div-p{width:100%;height:100%;padding:5px;text-align: center;color:#fff;background:#98a1a6;transition: all 0.5s;}
.sideShangQiao .s-ewm{position: absolute;right:100%;bottom:0;width:167px;border:1px solid #ddd;transform: scale(0);opacity: 0;transform-origin: 95% 95%;transition: all 0.5s;}
.sideShangQiao .s-ewm>img{display: block;width:100%;}
.sideShangQiao ul>li:hover .div-icon{margin-top:-50px;}
.sideShangQiao ul>li:hover .s-ewm{transform: scale(1);opacity: 1;}
@media (max-width:767px){
	.sideShangQiao{display: none;}
}
@media (min-width:1400px){
	.sideShangQiao{right:20px;}
}

.consult-tel{position: fixed;left:0;bottom:0;width:100%;z-index: 10;background:var(--my-color);padding:10px 0;display: flex;}
.consult-tel>a{width:50%;display: flex;align-items: center;justify-content: center;font-size:14px;color:#fff;position: relative;}
.consult-tel>a + a::after{content: '';position: absolute;width:1px;height:16px;background:rgba(255,255,255,0.5);left:0;top:50%;margin-top:-8px;}
.consult-tel>a>span{font-size:16px;font-weight: 700;}
.consult-tel>a:hover{color:#fff;}
.consult-tel>a>img{width:24px;height:24px;margin-right:8px;}

/*foot*/
.footer{background:#333333;color:#fff;overflow: hidden;padding-bottom:30px;}
.footer a,
.footer a:hover{color:#fff;}
.foot-middle{padding:30px 0;background:#162d3f;color:#fff;}
.foot-middle-box>div{margin-bottom:30px;}
.foot-contact .tit{font-size:20px;line-height: 1.5;margin-bottom:8px;}
.foot-contact .en{text-transform: uppercase;}
.foot-contact .txt{font-size:14px;line-height: 1.5;}
.foot-contact .txt p{margin-bottom:0;}
.foot-contact>.item + .item{margin-top:30px;}
.foot-ewm-box{display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;margin-top:-20px;justify-content: center;}
.foot-ewm-box>.item{padding-left:10px;padding-right:10px;display: block;margin-top:20px;}
.foot-ewm-box>.item>img{display: block;width:100px;margin:0 auto;}
.foot-ewm-box>.item>p{margin:0;line-height:1;margin-top:8px;display: block;font-size:12px;text-align: center;color:#bfd2e1;line-height: 16px;}

.copyright{font-size:12px;line-height:20px;color:#fff;text-align: center;}
.copyright>p{margin:0}
.copyright a{display:inline-block;color:#fff}
.copyright a img,.copyright img{display:inline-block;vertical-align:middle}
.copyright a:hover{text-decoration:underline}
img.support{display:block;height:12px;vertical-align:-2px!important}

.foot-bottom{background:#091a27;}
.foot-nav{display: flex;justify-content: center;flex-wrap: wrap;padding:10px;}
.foot-nav a{position: relative;display: block;color:#cacaca;line-height: 35px;padding:0 16px;}
.foot-nav a>i{position: absolute;width:1px;height:16px;right:0;background:#cacaca;margin-top:-8px;top:50%;}
.foot-nav a:last-child>i{display: none;}
@media (max-width:767px){
	.footer{padding-bottom:44px;}
}
@media (min-width:768px){
	.foot-middle{padding:40px 0;}
	.foot-middle-box>div{margin-bottom:40px;}
	.foot-contact .tit{font-size:24px;}
	.foot-contact .txt{font-size:16px;}
	.foot-ewm-box>.item>img{width:116px;}
}
@media (min-width:1200px){
	.foot-contact{display: flex;flex-wrap: wrap;justify-content: space-between;margin-left:-20px;margin-right:-20px;}
	.foot-contact>div{width:50%;padding-left:20px;padding-right:20px;}
	.foot-contact>.item + .item{margin-top:0;}
	.foot-ewm-box{justify-content: flex-start;margin:0;}
	.foot-ewm-box>.item{padding:0;}
	.foot-ewm-box>.item + .item{margin-left:25px;}
	
	.foot-contact .tit{font-size:30px;}
	.foot-contact:nth-child(2)>.item{display: flex;flex-direction: column;justify-content: flex-end;}
}

/*首页 - 标题*/
.index-title-box{position: relative;}
.index-title-box,
.index-title{position: relative;margin-bottom:40px}
.index-title>.en{text-transform: uppercase;font-size:36px;color:#eaeaea;line-height: 1;position: absolute;width:100%;top:0;left:0;z-index: -1;white-space: nowrap;}
.index-title>.h2{font-size:22px;margin:0;line-height: 1;font-weight: 700;text-transform: uppercase;}
.index-title>.en + .h2{line-height: 36px;}
.index-title>.p{font-size:14px;color:#666;margin-top:10px;}
.index-title .line{position: relative;width:36px;height:2px;background:#333333;margin-top:15px;}
.index-title.text-center .line{margin-left:auto;margin-right:auto;}
.index-title-box .index-title{margin-bottom:10px;}
.index-title-box .more{display: block;text-align: center;color:var(--my-color);}
.index-title-box .more:hover{text-decoration: underline;}

.public-href.text-center{display: flex;justify-content: center;}
.public-href>.more{position: relative;display: flex;justify-content: center;align-items: center;width:130px;max-width:100%;font-size:16px;line-height:40px;border:1px solid #333333;color:#333;overflow: hidden;background:transparent;text-align: center;-webkit-transition: all 0.3s;transition: all 0.3s;border-radius: 2px;}
.public-href>.more:before{content: '';position: absolute;width:100%;height:100%;background:rgba(255,255,255,0.1);left:0;bottom:0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transition: all 0.5s linear 0.2s;transition: all 0.5s linear 0.2s;}
.public-href>.more>span{position: relative;margin-right:0;-webkit-transition: margin-right 0.3s;transition:  margin-right 0.3s;}
.public-href>.more:hover{color:#fff;border-color:var(--my-color);background:var(--my-color);}
.public-href>.more:hover:before{-webkit-transform: rotate(0);transform: rotate(0);}
@media (max-width:991px){
	.index-title>.p br{display:none;}
}
@media (max-width:767px){
	.index-title>.en{display: none;}
}
@media (min-width:768px){
	.index-title>.en{font-size:40px;}
	.index-title>.en + .h2{line-height: 40px;}
	.index-title{margin-bottom:50px}
	.index-title>.h2{font-size:26px;}

	.index-title-box{margin-bottom:50px;}
	.index-title-box .more{line-height: 24px;font-size:16px;}
}
@media (min-width:992px){
	.index-title-box .index-title{margin-bottom:0;}
	.index-title-box .more{position: absolute;right:0;top:50%;margin-top:-12px;}
}
@media (min-width:1200px){
	.index-title>.en{font-size:50px;}
	.index-title>.en + .h2{line-height: 50px;}
	.index-title>.h2{font-size:32px;}
	.index-title>.p{margin-top:15px;}
	.index-title .line{margin-top:20px;}
}
@media (min-width:1400px){
	.index-title>.h2{font-size:36px;}
}
@media (min-width:1600px){
	.index-title>.en{font-size:60px;}
	.index-title>.en + .h2{line-height: 60px;}
	.index-title>.h2{font-size:42px;}
}


/*首页*/
.banner-main{position: relative;width:100%;overflow: hidden;}
.banner{position: relative;}
.banner .swiper-slide>img{display:block;width:100%;}

.banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px!important;background:transparent;opacity: 1;border:2px solid rgba(255,255,255,0.5);border-radius: 4px;transition: all 0.5s;}
.banner .swiper-pagination-bullet-active{width:35px;background:rgba(255,255,255,0.5);}
.banner .banner-swiper-button{width:40px;height:40px;margin-top:-20px;color:#fff;transition:all .5s;background:rgba(0,122,207,0.4);border-radius: 50%;}
.banner .swiper-button-prev{left:-50px;}
.banner .swiper-button-next{right:-50px;}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{font-size:20px;}
.banner .banner-swiper-button:hover{background:rgba(0,122,207,1);}
.banner:hover .swiper-button-prev{left:3%;}
.banner:hover .swiper-button-next{right:3%;}
@media (max-width:767px){
	.banner .banner-swiper-button{display: none;}
}
@media (min-width:768px){
	.banner .swiper-pagination{bottom:20px;}
	.banner .swiper-pagination-bullet{width:10px;height:10px;border-radius: 5px;}
	.banner .swiper-pagination-bullet-active{width:45px;}
	.banner:hover .swiper-button-prev{left:6%;}
	.banner:hover .swiper-button-next{right:6%;}
}
@media (min-width:1200px){
	.banner .swiper-pagination{bottom:35px;}
	.banner .swiper-pagination-bullet{width:12px;height:12px;border-radius: 6px;}
	.banner .swiper-pagination-bullet-active{width:55px;}
	.banner .banner-swiper-button{width:50px;height:50px;}

}
/*banner文字*/
.banner-text{color:#fff;}
.banner-text .container{position:absolute;left:50%;top:50%;z-index:9;transform:translate(-50%,-50%);}
.banner-text .inner{transition: all 0.8s;}
.banner-text .p1{font-size:20px;font-family: 'MiSans-Demibold';line-height: 1.2;color:#000;}
.banner-text .p2{font-size:13px;line-height: 1.8;color:#000;margin:10px 0 20px;}
.banner-text .public-href>.more{background:#333;color:#fff;}
.banner-text .public-href>.more:hover{color:#fff;border-color:var(--my-color);background:var(--my-color);}

.banner-text .p1{opacity:0;-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0);transition: all 0.8s 0.4s;}
.banner-text .p2{opacity:0;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);transition: all 0.8s 0.6s;}
.banner-text .public-href{opacity:0;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);transition: all 0.8s 0.8s;}
.banner-text .pro-img{opacity:0;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);transition: all 0.8s 1s;}
.banner .swiper-slide-active .banner-text .p1,
.banner .swiper-slide-active .banner-text .p2,
.banner .swiper-slide-active .banner-text .public-href,
.banner .swiper-slide-active .banner-text .pro-img{opacity:1;-webkit-transform:none;transform:none}

.banner1 .banner-text .p1{color:#de3a3e;}

.banner2 .banner-text .p1{color:#06567e;}

.banner4 .banner-text .p1{color:#fff;}
.banner4 .banner-text .p2{color:#fff;padding:10px;background:linear-gradient(to right,rgba(202,44,48,0),#ca2c30,rgba(202,44,48,0));}
.banner4 .banner-text .inner{text-align: center;}
.banner4 .public-href{display: flex;justify-content: center;}
.banner4 .banner-text .public-href>.more{background:#fff;color:#000;border-color:#fff;}
.banner4 .banner-text .public-href>.more:hover{color:#fff;border-color:var(--my-color);background:var(--my-color);}
.banner4 .pro-img{display: block;max-width:60%;margin:5.3% auto 0;}

.banner4 .banner-text .p1,
.banner4 .banner-text .p2,
.banner4 .banner-text .public-href,
.banner4 .banner-text .pro-img{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);}
@media (max-width:1199px){
	.banner-text .p2 br{display: none;}
}
@media (max-width:767px){
	.banner-text .inner{background:rgba(255,255,255,0.5);border-radius: 5px;padding:30px;overflow: hidden;
		background-image: linear-gradient(45deg, rgba(255,255,255,0.5) 25%, rgba(230,230,230,0.5) 25%, rgba(230,230,230,0.5) 75%, rgba(255,255,255,0.5) 75%),
						linear-gradient(135deg, rgba(255,255,255,0.5) 25%, rgba(230,230,230,0.5) 25%, rgba(230,230,230,0.5) 75%, rgba(255,255,255,0.5) 75%);
		background-size: 5px 5px;
		background-position: 0 0, 2px 2px;}

	.banner-text .inner{transform: scale(0.5);opacity: 0;}
	.banner-text .p1{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);}
	.banner-text .p2{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);}
	.banner-text .public-href{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);}

	.banner .swiper-slide-active .banner-text .inner{transform: none;opacity: 1}
	.banner-text .public-href>.more{width:110px;font-size:14px;line-height: 36px;}
	.banner4 .banner-text .p1{color:#000;}
}
@media (max-width:400px){
	.banner-text .inner{padding:15px;}
}
@media (min-width:768px){
	.banner-text .p1{font-size:26px;}
	.banner-text .p2{font-size:14px;}

	.banner1 .banner-text .container{top:auto;bottom:16.483516%;transform:translate(-50%,0);}

	.banner1 .banner-text .inner{max-width:60%;}

	.banner2 .banner-text .inner{padding:0 4.125% 0 52%;}
	.banner2 .banner-text .container{top:29%;transform:translate(-50%,0);}

	.banner3 .banner-text .inner{float:right;width:50%;text-align: center;}
	.banner3 .banner-text .container{top:22%;transform:translate(-50%,0);}
	.banner3 .public-href{display: flex;justify-content: center;}

	.banner4 .banner-text .container{top:23.68%;transform:translate(-50%,0);}
	.banner4 .banner-text .inner{width:71.375%;margin:0 auto;}
}
@media (min-width:992px){
	.index-body{padding-top:0;}
	.banner-text .p1{font-size:32px;}
	.banner-text .p2{font-size:16px;}

	.banner1 .banner-text .inner{text-align: right;max-width:56.5%;}
	.banner1 .public-href{display: flex;justify-content: flex-end;}
}
@media (min-width:1200px){
	.banner-text .p1{font-size:36px;}
	.banner-text .p2{font-size:18px;margin:20px 0 35px;}

	.banner1 .banner-text .p2{padding-left:7%;}

	.banner2 .banner-text .inner{padding:0 8.125% 0 55%;}

	.banner3 .banner-text .inner{width:57%;}

	.banner4 .banner-text .container{top:18.68%;}
	.banner4 .pro-img{max-width:70%;}
}
@media (min-width:1400px){
	.banner-text .p1{font-size:42px;}
	.banner-text .p2{font-size:20px;}
}
@media (min-width:1600px){
	.banner-text .p1{font-size:50px;}

	.banner2 .banner-text .inner{padding-right:13.125%;}

	.banner4 .banner-text .p2{margin:30px 0 45px;}
	.banner4 .pro-img{max-width:85%;}
}


/*首页 - 产品分类导航*/
.index-product-content .nav{margin:0 0 25px;padding:0;border:none;}
.index-product-content .nav>li{width:calc(50% - 1px);margin-bottom:2px;}
.index-product-content .nav>li:nth-child(odd){margin-right:2px;}
.index-product-content .nav>li>a{position: relative;display: block;border-radius:0;font-size:14px;line-height:1;padding:10px 15px;padding-right:40px;line-height:30px;border:none;background:#ededed;color:#666;cursor: pointer;margin-bottom:0;-webkit-transition:all .5s;transition:all .5s;}
.index-product-content .nav>li>a::after{content: '>';font-size:20px;position: absolute;width:20px;height:20px;border-radius: 50%;background:#d9d9d9;right:15px;top:50%;margin-top:-10px;color:#fff;display: flex;justify-content: center;align-items: center;font-family: arial;-webkit-transition:all .5s;transition:all .5s}
.index-product-content .nav>li>a::before{content: '';position: absolute;width:100%;left:0;right:0;bottom:0;height: 1px;background:#d9d9d9;}
.index-product-content .nav>li:last-child>a::before{display: none;}
.index-product-content .nav>li>a>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index-product-content .nav>li>a:hover,
.index-product-content .nav>li>a.active{background:#ededed;color:var(--my-color);}
.index-product-content .nav>li>a:hover::after,
.index-product-content .nav>li>a.active::after{background:var(--my-color);color:#fff;}
.index-product-content .nav>li>a:hover::before,
.index-product-content .nav>li>a.active::before{background:var(--my-color);}
@media (max-width:767px){
	.index-product-content .nav>li:nth-child(n+5){display: none;}
}
@media (min-width:768px){
	.index-product-content .nav{display: block;width:215px;float:left;margin-bottom:0;}
	.index-product-content .nav>li{width:100%;margin-bottom: 0;}
	.index-product-content .nav>li:nth-child(odd){margin-right:0;}
	.index-product-content .nav>li>a{font-size:16px;padding:20px 15px;padding-right:40px;}
	.index-product-content .tab-content{margin-left:215px;padding-left:25px;}
}
@media (min-width:992px){
	.index-product-content .nav{width:300px;}
	.index-product-content .nav>li>a{font-size:20px;padding:25px;padding-right:70px;}
	.index-product-content .nav>li>a:after{width:28px;height:28px;margin-top:-14px;right:25px;}
	.index-product-content .tab-content{margin-left:300px;}
}
@media (min-width:1200px){
	.index-product-content .nav>li>a{font-size:24px;padding:35px 25px 34px;padding-right:70px;}
}
@media (min-width:1400px){
	.index-product-content .nav{width:350px;}
	.index-product-content .nav>li>a{font-size:24px;padding:36px;padding-right:70px;}
	.index-product-content .nav>li>a:after{right:30px;}
	.index-product-content .tab-content{margin-left:350px;}
}
@media (min-width:1600px){
	.index-product-content .nav{width:400px;}
	.index-product-content .tab-content{margin-left:400px;}
	.index-product-content .nav>li>a{font-size:26px;padding:44px 85px 44px 55px;}
	.index-product-content .nav>li>a:after{right:44px;}
}


/* 首页 - 业务板块 */
.index-solution-list>.list{display: flex;flex-wrap: wrap;}
.index-solution-list{margin-left:-5px;margin-right:-5px;margin-top:-15px;}
.index-solution-list .column{display: block;position: relative;padding-left:5px;padding-right:5px;margin-top:15px;width:100%;overflow: hidden;transition: all 0.5s;}
.index-solution-list .column>.img{border-radius: 20px;}
.index-solution-list .column p{position: absolute;color:#fff;font-weight:700;line-height: 1;font-size:20px;left:30px;bottom:20px;margin-bottom:0;z-index: 3;}
.index-solution-list .column>.img:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(11,73,119,0.2);opacity: 1;transition: all 0.5s;z-index: 2;}
.index-solution-list .column>.img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(11,73,119,0.2);opacity: 0;background:rgba(1, 36, 116,.35);background: linear-gradient(to right,  #012474, rgba(255,255,255,0));z-index: 2;transition: all 0.5s;}
.index-solution-list .column.on>.img:before{opacity: 0;}
.index-solution-list .column.on>.img::after{opacity: 1;}
@media (max-width:767px){
	.index-solution-list .column{width:100%;}
}
@media (min-width:768px){
	.index-solution-list .column{width:22.14%;}
	.index-solution-list .column.on{width:55.72%;}
	.index-solution-list .column>.img{height:450px;}
	.index-solution-list .column>.img>img{height:100%;width:auto;position: absolute;top:0;left:50%;transform: translateX(-50%);z-index: 1;}
	.index-solution-list .column p{font-size:24px;bottom:30px;}
	
	.English .index-solution-list .column p{font-size:18px;}
}
@media (min-width:1200px){
	.index-solution-list{margin-left:-10px;margin-right:-10px;}
	.index-solution-list .column{padding-left:10px;padding-right:10px;}
	.index-solution-list .column p{font-size:28px;left:40px;}
	
	.English .index-solution-list .column p{font-size:20px;}
}
@media (min-width:1400px){
	.English .index-solution-list .column p{font-size:24px;}
}

/* 联系我们 */
/* 留言表单 */
.message-form .row{margin-left:-5px;margin-right:-5px}
.message-form .column{padding-left:5px;padding-right:5px;margin-bottom:24px}
.message-form .column:last-child{margin-bottom:0;}
.message-form .inner{position:relative}
.message-form .form-control{display:block;font-size:14px;height:36px;box-shadow:none;color:#000;padding:6px 12px;border-color:#d9d9d9;background:rgba(255,255,255,.85);border-radius:3px;}
.message-form .form-control:focus{border-color:#d9d9d9;background:#fff;}
.message-form .error .valid_message{font-size:12px;line-height:20px;color:#f00;position:absolute;right:0;bottom:100%;}
.message-form textarea.form-control{height:120px;background:#fff;}
.message-form .img-code-input .inner{width:100%}
.message-form .img-code-input .img-code{width:70px;position: absolute;right:1px;top:1px;bottom:1px;}
.message-form .img-code-input .img-code img{display:block;width:100%;height:100%;cursor: pointer;}
.message-form .btn{display:block;width:100%;max-width:440px;height:45px;font-size:14px;color:#fff;border:none;border-radius:2px;margin:15px auto 0;padding:0;box-shadow:none;outline:none;transition:all .5s;background: linear-gradient(180deg, rgb(42, 129, 229) ,rgb(1, 73, 156) );}
.message-form .btn:hover{background: linear-gradient(180deg, rgb(42, 129, 229) ,rgb(42, 129, 229) );}

.index-network .column{margin-bottom:20px;}
.index-network .form-control{height:40px;padding-left:40px;}
.index-network label{position:absolute;width:40px;height:40px;top:0;left:0;right:0;margin:0;padding:10px 0 0;transition:all .3s}
.index-network label>img{width:50%;display: block;margin:0 auto;}
.index-network .btn{max-width:100%;height:45px;background:#012474;margin-top:0;font-size:16px;}
.index-network .btn:hover{background:var(--my-color);}
.index-network textarea.form-control{height:100px;}
.index-network .error .valid_message{transform: scale(0.8);transform-origin: right bottom;}

/*首页 - 国内外销售网络*/
.index-network{padding-bottom:0;}
.index-network-main{display: flex;justify-content: flex-end;flex-wrap: wrap;position: relative;;}
.index-network-left{width:100%;padding:30px 20px;border-radius: 15px;background:#f2f4f8;background: linear-gradient(to bottom, rgba(242,244,248,0.2), #f2f4f8);}
.index-network-title{text-align: center;}
.index-network-title .h2{font-size:20px;font-weight:400;margin:0;line-height: 1;color:#4c4c4c;}
.index-network-title .line{margin:0 auto;width:50px;height:1px;margin:20px auto 25px;background:#000;}

.index-network-right{width:100%;padding-top:30px;}
.index-network-right .img>img{width:auto;max-width:100%;}
.world-map{width:100%;position: relative;}
.world-map>div{width:100%;height:220px;}
@media (min-width:576px){
	.world-map>div{height:260px;}
}
@media (min-width:768px){
	.index-network-title .h2{font-size:24px;}

	.world-map>div{width:100%;margin:0;height:300px;}
}
@media (min-width:992px){
	.world-map>div{height:420px;}
}
@media (min-width:1200px){
	.index-network-left{width:47%;padding:50px;position: absolute;left:0;bottom:50px;z-index: 2;}
	.index-network-right{width:72.5%;margin-right:-8%;}
	.world-map>div{height:500px;}

	.index-network-title .h2{font-size:28px;}
}
@media (min-width:1600px){
	.index-network-left{padding:60px;}
	.world-map>div{height:580px;}
}


/*首页 - 合作伙伴*/
.partner-list.row{margin:-10px -5px 0;}
.partner-list .column{padding-left:5px;padding-right:5px;margin-top:10px;display: flex;justify-content: center;align-items: center;}
.partner-list .img{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.partner-list .img:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.partner-list .img:hover>img{transform: scale(1.2);}
.index-partner .partner-list .img{box-shadow: none;}
.index-partner .partner-list .img:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
@media (min-width:1200px){
	.partner-list.row{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
	.partner-list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
}





/*内页共用*/
.inside-banner{position:relative;height:230px;overflow:hidden;background-size:cover;background-position: center;background-repeat: no-repeat;}
.inside-banner img{display:block;width:100%;transition: all 0.5s;}
.inside-banner>.container{display: flex;}
.inside-banner-title{padding-top:30px;padding-left:14%;text-align: center;}
.inside-banner-title>h1{font-weight: 700;font-size:28px;margin:0 0 10px;line-height: 1;}
.inside-banner-title>h6{font-weight: 700;font-size:16px;margin:0;line-height: 1;text-transform: uppercase}
.crumbsNav-main{border:1px solid #d9d9d9;padding:0 15px;margin-bottom:20px;}
.crumbsNav{font-size:14px;color:#666;line-height:36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.crumbsNav i{padding:0 8px;color:#ccc;}
.crumbsNav a{color:#666;}
.crumbsNav a:last-child{color:#333}
.crumbsNav a:hover{color:#333;text-decoration: underline;}

/* 排序 */
.dynamics-sort{border:1px solid #d9d9d9;display: flex;justify-content: space-between;line-height: 36px;padding-right:15px;color:#666;margin-bottom:20px;}
.dynamics-sort .sorts{overflow: hidden;}
.dynamics-sort .sorts>.item{float:left;padding:0 15px;border-right:1px solid #d9d9d9;cursor: pointer;}
.dynamics-sort .sorts i.icon{width:10px;height:10px;margin-left:5px;background:url(../images/icon/i1.png) no-repeat 0 0;display: inline-block;}
.dynamics-sort .sorts>.cur{background:var(--my-color);color:#fff;}
.dynamics-sort .sorts>.cur i.icon{background:url(../images/icon/i1.png) no-repeat -20px 0;}
.dynamics-sort .text-2>span{color:#333;padding:0 8px;}

/* 分页 */
.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px 0 0;list-style: none;padding:0;}
.pager li{padding:0;margin:5px 0}
.pager li>a,.pager li>span{position: relative;display:block;float:none;font-size:14px;border:1px var(--my-color) solid;background-color:transparent;color:#666;border-radius:0;padding:0 10px;margin:0 3px;height:32px;line-height:32px;text-align: center;transition: all 0.3s;}
.pager .active>a,
.pager li>a:hover{color:#fff;border-color:var(--my-color);background-color:var(--my-color)}

/* 详情页 */
.InfoTitle{margin-bottom:30px;}
.InfoTitle h2{font-size:24px;margin:0;line-height:1.4;font-weight: 400;color:var(--my-color);}
.InfoTitle .date{font-size:12px;color:#999;line-height:20px;padding:15px 0 0;margin-bottom:15px;text-transform: capitalize;}
.InfoTitle .date>img{margin-right:10px;}
.InfoTitle-2 h2{font-size:18px;color:#000;}
.InfoContent .table-responsive{margin-bottom:1rem;}
.InfoContent .table{vertical-align: middle;margin-bottom:0;text-align: center;}
.InfoContent .table td{white-space: nowrap;}
.InfoContent-nav{border-bottom:2px solid var(--my-color);margin:30px 0!important;}
.InfoContent-nav>span{width:100px;font-size:14px;padding:0 15px;line-height: 40px;text-align: center;display: block;background:var(--my-color);color:#fff;}

.info-previous-next-wrap{font-size:14px;display: flex;justify-content: space-between;margin-top:30px;}
.info-previous-next-wrap>div{width:46%;}
.info-previous-next-wrap a{position: relative;display: block;text-decoration:none;padding:0 15px;line-height: 30px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;border:1px solid #d9d9d9;border-radius: 15px;}
.info-previous-next-wrap a>span{position: absolute;}
.info-previous-next-wrap .info-Previous a{padding-left:35px;}
.info-previous-next-wrap .info-Previous>a>span{left:15px;top:0;}
.info-previous-next-wrap .info-Next a{padding-right:35px;}
.info-previous-next-wrap .info-Next>a>span{right:15px;top:0;}
.info-previous-next-wrap a:hover{color:#fff;border-color:var(--my-color);background:var(--my-color);}
@media (max-width: 767px) {
	.info-previous-next-wrap a{padding-right:0;}
	.pager li{display: none;}
	.pager .previous,
	.pager .next{display: block;}
}
@media (min-width:768px){
	.InfoTitle h2{font-size:30px;}
	.InfoTitle-2 h2{font-size:20px;}
	.pager,
	.info-previous-next-wrap{margin-top:50px;}
	.info-previous-next-wrap>div{width:40%;}
}
@media (min-width:1200px){
	.inside-banner-title>h1{font-size:32px;}
	.inside-banner-title>h6{font-size:18px;}

	.InfoTitle h2{font-size:36px;}
	.InfoTitle .date{font-size:14px}
	.InfoTitle-2 h2{font-size:20px;}
	.info-previous-next-wrap>div{width:30%;}
}


/* 关于 - 六大业务板块 */
.mt-6{margin-top:50px;}
.mb-6{margin-bottom:50px;}
.business-type{margin-left:-8px;margin-right:-8px;margin-top:-16px;justify-content: center;}
.business-type .column{padding-left:8px;padding-right:8px;margin-top:16px;}
.business-type .href{text-align: center;background:rgba(255,255,255,.8);border-radius: 3px;height:100%;padding:25px 5px;color:var(--my-color);}
.business-type h2{font-size:20px;line-height: 30px;margin:0;font-weight: 400;text-transform: uppercase;}
.business-type h6{font-size:13px;line-height: 24px;text-transform: uppercase;margin:8px 0 0;white-space: nowrap;font-weight: lighter;}

.business-type-list{margin-top:-40px;}
.business-type-list .column{margin-top:40px;}
.business-type-list .href{background:#f9faff;position: relative;overflow: hidden;}
.business-type-list .href:before{content: '';width:0;height:0;border-top:40px solid transparent;border-right:40px solid #fff;transform: rotate(-90deg);position: absolute;right:0;top:0;z-index: 2;}
.business-type-list .href:after{content: '';width:0;height:0;border-top:40px solid transparent;border-right:40px solid transparent;border-left:40px solid #fff;position: absolute;left:0;bottom:0;z-index: 2;}
.business-type-list .text{width:100%;overflow: hidden;padding:30px 20px;}
.business-type-list h5{color:var(--my-color);padding-left:15px;border-left:4px solid var(--my-color);font-weight: 700;font-size: 20px;margin:0 0 20px;text-transform: uppercase;}
.business-type-list .p{line-height: 22px;font-size:15px;}
.business-type-list .more{color:var(--my-color);white-space: nowrap;padding-top: 10px;display: inline-block;}
.business-type-list .more:hover{text-decoration: underline;}
.business-type-list .href:hover{color:inherit;}
.business-type-list .p{max-height:110px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
@media (min-width:768px){
	.business-type-list .href{height:100%;}
}
@media (min-width:992px){
	.business-type-list .href{display: flex;height:auto;}
	.business-type-list .img{width:360px;flex:0 0 auto;}
	.business-type-list .img>img{height:100%;object-fit: cover;}
	.business-type-list .text{padding:30px;}
}
@media (min-width:1200px){
	.business-type h2{font-size:22px;}
	.business-type h6{font-size:14px;}

	.business-type-list h5{font-size: 22px;padding-left:20px;}
}
@media (min-width:1400px){
	.business-type h2{font-size:24px;}

	.business-type-list h5{font-size: 24px;}
}
.b-group-text1{font-size:20px;font-weight: 700;color:var(--my-color);margin-bottom:0;}
.b-group-text2{font-size:20px;font-weight: 400;color:var(--my-color);margin-bottom:0;}
.rowslide-imgs{margin:20px 0 0;}
.rowslide-imgs>div{padding:0;transition: all 0.5s;}
.rowslide-imgs .href{position: relative;overflow: hidden;}
.rowslide-imgs .text{background:rgba(30, 136, 229, 0.74);position: absolute;left:0;right:0;bottom:0;padding:20px;transition: all 0.5s;transform: translateY(50%);opacity: 0;}
.rowslide-imgs .line{width:40px;height:3px;background:#fff000;margin-bottom:15px;}
.rowslide-imgs h5{color:#fff;font-size:20px;margin-bottom:0;}

.usercategory-tabs{margin-left:-10px;margin-right:-10px;margin-top:-20px;margin-bottom:50px;border:none;}
.usercategory-tabs>li{width:50%;padding-left:10px;padding-right:10px;margin-top:20px;}
.usercategory-tabs>li>.nav-link{border-radius: 5px;border:1px solid var(--my-color);color:var(--my-color);text-align: center;font-size:18px;line-height: 2;padding:0 5px;background:transparent;cursor: pointer;}
.usercategory-tabs>li>.nav-link:hover,
.usercategory-tabs .nav-item.show .nav-link, .usercategory-tabs .nav-link.active{border-color:var(--my-color);background:var(--my-color);color:#fff;}
@media (max-width:575px){
	.rowslide-imgs .text{transform: none;opacity: 1;}
}
@media (min-width:576px){
	.rowslide-imgs{display: flex;flex-wrap: nowrap;}
	.rowslide-imgs img{width:unset;height:250px;}
	.rowslide-imgs>div:hover{width:37%;}
	.rowslide-imgs>div:hover .text{transform: none;opacity: 1;}

	.usercategory-tabs>li{width:33.333333%;}
}
@media (min-width:768px){
	.b-group-text1,
	.b-group-text2{font-size:24px;}

	.rowslide-imgs img{height:320px;}
	.rowslide-imgs h5{font-size:22px;}
	.rowslide-imgs .text{height:120px;}

	.usercategory-tabs{margin-left:-20px;margin-right:-20px;margin-top:-20px;}
	.usercategory-tabs>li{padding-left:20px;padding-right:20px;margin-top:20px;}
	.usercategory-tabs>li>.nav-link{font-size:20px;}
}
@media (min-width:1200px){
	.rowslide-imgs h5{font-size:24px;}
	.rowslide-imgs img{height:400px;}
	.rowslide-imgs .text{height:150px;}

	.usercategory-tabs{margin-left:-30px;margin-right:-30px;margin-top:-30px;margin-bottom:60px;}
	.usercategory-tabs>li{width:25%;padding-left:30px;padding-right:30px;margin-top:30px;}
	.usercategory-tabs>li>.nav-link{font-size:22px;}
}
@media (min-width:1600px){
	.rowslide-imgs img{height:475px;}
	.rowslide-imgs .text{height:170px;}

	.usercategory-tabs>li{width:20%;}
}
/* 关于 - 团队风采 */
.team-list{margin-top:-30px;}
.team-list .href{background:#f8faff;margin-top:30px;}
.team-list .line{width:70px;height:3px;background:var(--my-color);margin:15px 0 20px;}
.team-list h5{color:var(--my-color);font-size:18px;font-weight: 700;}
.team-list .text{width:100%;overflow: hidden;padding:30px 20px;}
.team-list .p{color:#787878;line-height:1.7;font-size:16px;}
.team-list .p p{margin-bottom:0;}
.team-list .p h6{margin-bottom:20px;font-size:18px;font-weight: 700;color:#666;}
@media (min-width:768px){
	.team-list{display: flex;flex-wrap: wrap;}
	.team-list .href{width:48%;margin-right:4%;}
	.team-list .href:nth-child(2n){margin-right:0;}
}
@media (min-width:992px){
	.team-list{margin-top:-40px;display: block;}
	.team-list .href{margin-top:40px;}
	.team-list .href{width:100%;margin-right:0;display: flex;align-items: stretch;flex-direction: row;}
	.team-list .href:nth-child(2n){flex-direction: row-reverse;}
	.team-list .img{width:40%;flex:0 0 auto;display:flex;flex-direction:column;justify-content:center;}
	.team-list .text{padding:30px;}
	.team-list .href:nth-child(4) .text-inner{padding-left:18%;}
	.team-list .href:nth-child(4) .text,
	.team-list .href:nth-child(5) .text{display:flex;flex-direction:column;justify-content:center;}
	.team-list .href:nth-child(5) .text{align-items:center;}
}
@media (min-width:1200px){
	.team-list h5,.team-list .p h6{font-size:22px;font-weight: 400;}
}
@media (min-width:1400px){
	.team-list h5,.team-list .p h6{font-size:24px;font-weight: 400;}
}

/* 发展历程 */
.history-year{position: relative;margin-bottom:35px;}
.history-year:before{content: '';position: absolute;width:100%;height:8px;background:#eee;top:11px;}
.history-year .swiper-slide{cursor: pointer;}
.history-year .dian{width:30px;height:30px;border-radius: 50%;background:#f8ebc7;margin:0 auto;padding:7px;}
.history-year .dian:before{content: '';display: block;width:100%;height:100%;border-radius: 50%;background:#e9b11b;}
.history-year .year-txt{font-weight: 700;text-align: center;font-size:18px;margin-top:20px;color:#000;}
.history-year .active .dian{background:#c4e4ff;}
.history-year .active .dian:before{background:var(--my-color);}
.history-year .swiper-button-prev,
.history-year .swiper-button-next{width:30px;height:30px;background:#666;border-radius: 50%;color:#fff;top:0;margin-top:0;}
.history-year .swiper-button-prev{left:0;}
.history-year .swiper-button-next{right:0;}
.history-year .swiper-button-prev::after,
.history-year .swiper-button-next::after{font-size:12px;}
.history-content{min-height:500px;}
.history-content .item{display: none;}
.history-content .item.active{display: block;}
.history-content .InfoContent{max-width:900px;font-family: '宋体';color:#000;}
@media (min-width:768px){
	.history-year .year-txt{font-size:20px;}
}
@media (min-width:1200px){
	.mt-6{margin-top:60px;}
	.mb-6{margin-bottom:60px;}
}

/* 新闻 */
.news-nav{margin:-20px -10px 0;}
.news-nav>div{padding-left:10px;padding-right:10px;margin-top:20px;position: relative;}
.news-nav .href{position: relative;text-align: center;height:100%;padding:25px 25px 35px;overflow: hidden;}
.news-nav h2{font-size:20px;font-weight: 700;margin-bottom:10px;transition:all .5s}
.news-nav p{margin:0;font-size:14px;color:#333;line-height:24px;min-height:48px;}
.news-nav .more{margin:15px 0;text-align: right;color:#ff9900;font-size:14px;padding-right:10px;transition:all .5s}
.news-nav .href:hover .more{padding-right:0;}
.news-nav .href:hover h2{color:var(--my-color);}
@media (max-width:767px){
	.news-nav .href{background:#fff;padding:25px;}
}
@media (min-width:768px){
	.news-nav .href{background-repeat: no-repeat;background-size:100% 100%;}
	.news-nav h2{font-size:24px;}
	.news-nav>div:nth-child(1){margin-left:6%;z-index: 2;}
	.news-nav>div:nth-child(2){margin-left:-12%;}
	.news-nav>div:nth-child(1) .href{background-image: url(../images/news-bg-1.png);padding-right:16%;}
	.news-nav>div:nth-child(2) .href{background-image: url(../images/news-bg-2.png);padding-left:16%;}
	.news-nav>div:nth-child(2) .tit{padding-left:35px;}
	.news-nav .img>img{height:220px;}
	.news-nav>div:nth-child(2) .img{margin-left:-11%;overflow:visible;}
	.news-nav>div:nth-child(2) .img>img{width: 111%;}
	.news-nav p{font-size:16px;}
	.news-nav .more{margin:30px 0;}

	.English .news-nav p{min-height:72px;}
}


/* 企业新闻 */
.news-swiper-top{margin-bottom:25px;}
.news-top-item .img{padding:3px;background:#fff;border: 1px solid #d9d9d9;border-radius: 3px;}
.news-top-item .img>img{border-radius: 3px;}
.news-top-item .text{padding:10px 0;}
.news-top-item h5{color:var(--my-color);font-size:18px;font-weight: 700;margin-bottom:0;line-height: 2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news-top-item .date{color:#666;line-height: 2;}
.news-top-item .p{color:#666;font-size:14px;line-height: 24px;height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-top-item .more{margin-top:20px;width:90px;line-height: 30px;border-radius: 10px;color:#333;border:1px solid #333;text-align: center;transition: all 0.5s;}
.news-top-item .href:hover .img{border-color:var(--my-color);}
.news-top-item .more:hover{color:#fff;background:var(--my-color);border-color:var(--my-color);}
.news-swiper-top .swiper-slide{opacity: 0!important;}
.news-swiper-top .swiper-slide-active{opacity: 1!important;}

.news-swiper-bottom{position: relative;border-bottom:1px solid #d9d9d9;}
.news-swiper-bottom .swiper{position: static;}
.news-swiper-bottom .swiper-button-prev,
.news-swiper-bottom .swiper-button-next{width:30px;height:30px;color:#fff;margin-top:0;top:50px;background:var(--my-color);border-radius: 50%;}
.news-swiper-bottom .swiper-button-prev::after,
.news-swiper-bottom .swiper-button-next::after{font-size:12px;}
.news-swiper-bottom .swiper-button-prev{left:-40px;}
.news-swiper-bottom .swiper-button-next{right:-40px;}
.news-bottom-item .href{display: block;position: relative;background:#fff;padding-left:5px;padding-right:5px;}
.news-bottom-item .href::after{content: '';width:100%;height:4px;background:var(--my-color);left:0;bottom:0;opacity: 0;position: absolute;}
.news-bottom-item .img{padding:3px;background:#fff;border: 1px solid #d9d9d9;border-radius: 3px;}
.news-bottom-item .img>img{border-radius: 3px;height:95px;object-fit: cover;}
.news-bottom-item h5{color:#333;font-size:14px;margin:6px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.swiper-slide-thumb-active .news-bottom-item .href{padding-top:15px;padding-bottom:15px;background:#f6f6f6;}
.swiper-slide-thumb-active .news-bottom-item .href::after{opacity: 1;}
.news-bottom-item .href:hover .img{border-color:var(--my-color);}
@media (max-width:767px){
	.news-swiper-bottom{margin-bottom:50px;}
	.news-swiper-bottom .swiper-buttons{display: flex;justify-content: center;position: absolute;width:100%;left:0;bottom:-50px;}
	.news-swiper-bottom .swiper-buttons>div{position: static;margin:0 15px;}
}
@media (min-width:768px){
	.news-top-item .href{display: flex;}
	.news-top-item .img{width:calc(50% - 30px);}
	.news-top-item .img>img{min-height:100%;object-fit: cover;}
	.news-top-item .text{width:calc(50% + 30px);padding-left:30px;}
	.news-top-item h5{font-size:20px;}
	.news-top-item .p{font-size:16px;height:72px;-webkit-line-clamp:3;}

}
@media (min-width:1200px){
	.news-top-item .img{width:calc(50% - 40px);}
	.news-top-item .text{width:calc(50% + 40px);padding-left:40px;}
	.news-top-item h5{font-size:24px;}
	.news-top-item .date{margin:10px 0;}
}
/* 专题报道 */
.special-report-list .column + .column{margin-top:25px;}
.special-report-list .inner{background:#f3f3f3;height:100%;position: relative;overflow: hidden;padding:20px;}
.special-report-list .inner::before{content: '';border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-right: 15px solid rgb(85, 85, 85);position: absolute;bottom: -10px;transform: rotate(-45deg);left: -1px;}
.special-report-list h5{font-weight: 700;font-size:16px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.special-report-list .p{line-height: 24px;height:96px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;color:#333;}
.special-report-list .more{width:120px;line-height: 35px;color:#fff;background:#999;text-align: center;border-radius: 10px;margin-top:20px;transition: all 0.5s;}
.special-report-list .more:hover{background:var(--my-color);}
.special-report-list .href:hover .img>img{transform: scale(1.1);}
@media (min-width:768px){
	.special-report-list .href{display: flex;justify-content: space-between;}
	.special-report-list .column:nth-child(2n) .href{flex-direction: row-reverse;}
	.special-report-list .img{width:calc(50% - 15px);}
	.special-report-list .text{width:calc(50% - 15px);}
	.special-report-list .column:nth-child(2n+1) .text{padding-bottom:25px;}
	.special-report-list .column:nth-child(2n+2) .text{padding-top:25px;}
	.special-report-list .inner{padding:30px;}
	.special-report-list h5{font-size:18px;margin-bottom:20px;}

}
@media (min-width:1200px){
	.special-report-list .inner{padding:40px 80px 30px 50px;}
	.special-report-list h5{font-size:20px;}
	.special-report-list .more{margin-top:40px;}
}

/* 产业联盟 */
.inside-banner-alliance{display: flex;flex-direction: column;justify-content: center;}
.inside-alliance-title{padding:15px;}
.inside-alliance-title>.logo>img{width:90px;margin:0 auto 10px;}
.inside-alliance-title>h6{text-align: center;color:#fff;font-size:22px;margin:0;text-shadow: 1px 1px 2px rgba(0,0,0,0.5);}

/* 产业联盟 - 联盟动态 */
.alliance-dynamics-list .column + .column{margin-top:10px;}
.alliance-dynamics-list .href{padding:5px;position: relative;background:#f8f8f8;transition: all 0.5s;}
.alliance-dynamics-list .img{background:#ededed;padding:3px;border:1px solid #d9d9d9;}
.alliance-dynamics-list .text{width:100%;overflow: hidden;padding:15px 10px;}
.alliance-dynamics-list h5{font-weight: 700;font-size:16px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.alliance-dynamics-list .p{line-height: 24px;height:96px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;color:#333;}
.alliance-dynamics-list .more{width:30px;height:30px;background:#a8a6a6;border-radius: 50%;color:#fff;position: static;margin-top:0;transition: all 0.5s;}
.alliance-dynamics-list .more::after{font-size:14px;}
.alliance-dynamics-list .href:hover{box-shadow: 0 5px 10px 1px rgba(161,161,161,0.39);}
.alliance-dynamics-list .href:hover h5{color:var(--my-color);}
.alliance-dynamics-list .href:hover .img{border-color:var(--my-color);background:var(--my-color);}
@media (max-width:767px){
	.English .inside-alliance-title{display:block;}
	.English .inside-alliance-title>.logo{padding-right:0;margin-right:0;border-right:none;}
	.English .inside-alliance-title>.logo>img{margin:0 auto 10px;}
}
@media (max-width:575px){
	.alliance-dynamics-list .more{width:90px;border-radius: 10px;height:30px;line-height: 30px;border:1px solid #333;color:#333;text-align:center;margin:0 auto 20px;background:transparent;}
	.alliance-dynamics-list .more::after{content: '查看详情';font-size:14px;}
	.alliance-dynamics-list .href:hover .more{color:#fff;border-color:var(--my-color);background:var(--my-color);}
}
@media (min-width:576px){
	.inside-alliance-title{display: flex;align-items: center;justify-content: center;}
	.inside-alliance-title>.logo{padding-right:12px;margin-right:30px;border-right:2px solid #fff;}
	.inside-alliance-title>.logo>img{width:110px;margin:0;}

	.alliance-dynamics-list .href{display: flex;justify-content: space-between;align-items: center;padding-right:10%;}
	.alliance-dynamics-list .img{width:220px;margin-right:30px;flex: 0 0 auto;}
	.alliance-dynamics-list .text{padding:10px 0;}
	.alliance-dynamics-list .more{position: absolute;right:15px;margin-top:-15px;}
	.alliance-dynamics-list .href:hover .more{right:20px;background:var(--my-color);}
}
@media (min-width:768px){
	.inside-alliance-title>h6{font-size:30px;}
	.English .inside-alliance-title>h6{font-size:22px;}

	.alliance-dynamics-list .img{width:280px;}
	.alliance-dynamics-list .href:hover .img{margin-right:50px;}
	.alliance-dynamics-list h5{font-size:18px;}
}
@media (min-width:1200px){
	.inside-alliance-title>h6{font-size:40px;}
	.English .inside-alliance-title>h6{font-size:30px;}

	.alliance-dynamics-list .href{padding-right:12%;}
	.alliance-dynamics-list .img{margin-right:50px;}
	.alliance-dynamics-list .href:hover .img{margin-right:80px;}
	.alliance-dynamics-list .more{width:40px;height:40px;right:30px;margin-top:-20px;}
	.alliance-dynamics-list .more::after{font-size:20px;}
	.alliance-dynamics-list .href:hover .more{right:50px;}
	.alliance-dynamics-list h5{font-size:20px;}
}
@media (min-width:1600px){
	.inside-alliance-title>h6{font-size:46px;}

	.English .inside-alliance-title>h6{font-size:36px;}
}
/* 莱蒙服务 */
.service-list .img{margin-bottom:20px;}
.service-list .href + .href{margin-top:50px;}
.service-list .text{width:100%;overflow: hidden;line-height: 1.75;}
.service-list .text p{position: relative;padding-left:35px;margin-bottom:0;min-height:20px;}
.service-list .text p + p{margin-top:10px;}
.service-list .text p img{width:20px;position: absolute;left:0;top:4px;}
@media (min-width:576px){
	.service-list .href{display: flex;}
	.service-list .img{width:130px;flex:0 0 auto;margin-right:35px;margin-bottom:0;}
}
@media (min-width:768px){
	.service-list .text{font-size:16px;}
	.service-list .text p{padding-left:50px;}
	.service-list .text p img{width:28px;}
}
@media (min-width:992px){
	.service-list .text{padding-top:10px;}
	.service-list .img{width:170px;margin-right:70px;}
	.service-list .text p{padding-left:70px;min-height:32px;}
	.service-list .text p img{width:33px;top:0;}
	.service-list .text p + p{margin-top:20px;}
}

/* 合作加盟 */
.joint-tit{color:var(--my-color);font-size:18px;font-weight:400;margin-bottom:30px;}
.joint-list .href + .href{margin-top:30px;}
.joint-list .joint-title{position: relative;text-align: center;margin-bottom:5px;}
.joint-list .joint-title>h5{font-size:20px;font-weight: 700;margin:0;position: absolute;width:100%;left:0;top:50%;transform:translateY(-50%);transition:all 0.5s;}
.joint-list .joint-title>.num{font-size:62px;font-weight: 400;margin:0;color:#d8ebf7;font-weight: 700;}
.joint-list .joint-text{position: relative;width:100%;overflow: hidden;line-height: 1.75;padding:20px;color:#fff;background-size: cover;background-repeat: no-repeat;background-position: center;display: flex;flex-direction: column;justify-content: center;min-height:110px;}
.joint-list .joint-text:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background: rgba(0,0,0,.5);transition:all 0.5s;}
.joint-list .joint-text>.inner{position: relative;}
.joint-list .joint-text p{margin:0;}
.joint-list .href:hover h5{color:var(--my-color);}
.joint-list .href:hover .joint-text:before{background: rgba(0,0,0,.75);}

.English .joint-list .joint-title>h5{font-size:16px;}
@media (max-width:575px){
	.joint-list .joint-title>.num{line-height: 1;}
}
@media (min-width:576px){
	.joint-list .href{display: flex;align-items: center;}
	.joint-list .joint-title{width:160px;flex:0 0 auto;margin-right:20px;margin-bottom:0;}
}
@media (min-width:768px){
	.joint-list .joint-title{margin-right:40px;}
	.joint-list .joint-title>h5{font-size:22px;}
	.joint-list .joint-title>.num{font-size:72px;}
	.joint-list .joint-text{font-size:16px;}
	.joint-list .joint-text{padding:20px 30px;}
	.joint-tit{font-size:20px;}

	.English .joint-list .joint-title>h5{font-size:18px;}
}
@media (min-width:1200px){
	.joint-tit{font-size:22px;}
}